home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / gtld3656.lha / GadUtil / Docs / GadUtil.manual < prev    next >
Text File  |  1995-08-30  |  2KB  |  38 lines

  1. _                                                                         _
  2.  
  3.                        Gadutil.library version 36.0
  4.  
  5.             Copyright © 1994 by Staffan Hämälä and P-O Yliniemi
  6. _                                                                         _
  7.  
  8. History:
  9.  
  10. Everybody who have tried to do a program with a nice GUI have almost
  11. certainly come across the problem; how to adjust the program based on
  12. the font that user has selected. It began as a little test program that
  13. should be able to adjust itself, but I soon realized that it wasn't that
  14. easy (as I had thought).
  15.  
  16. I was almost finished with a working version of the program when I got
  17. some other programs/libraries that did something similar.
  18.  
  19. The first program I got was MUI (Magical User Interface). It wasn't that
  20. bad, but it was big (170k) and it was slow.
  21.  
  22. Another program was gadoutline.library, it wasn't exactly like I would
  23. want, and it was quite big (60k).
  24.  
  25. Then, I came across the program that I liked the most: GadLayout 1.5.
  26. I changed one pf my programs, so that it would use GadLayout, but it didn't
  27. work. I think that was caused by my assembler didn't work with the object
  28. file for GadLayout (I had never tried that before).
  29.  
  30. When GadLayout didn't work for me I continued with my own project, but I
  31. changed it a bit, because I liked the way GadLayout used tags.
  32. So I changed my program , so that it used tags instead of my own gadget
  33. structure. I also tried to make the tags work in a similar way as
  34. GadLayout's tags, I also used similar names for the tags (mainly so that
  35. I didn't need to change the program I had adjusted to GadLayout so much.
  36.  
  37.  
  38.